ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / IndexCollection<T> Class / Remove Method / Remove(Index<T>) Method
The index to remove.

In This Topic
    Remove(Index<T>) Method
    In This Topic
    Removes an index from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal index As Index(Of T) _
    ) As System.Boolean
    public System.bool Remove( 
       Index<T> index
    )

    Parameters

    index
    The index to remove.

    Return Value

    true if an index has been removed; false if the index does not belong to this collection.
    See Also